home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / basic / basquiz.zip / BASQUIZ.TXT < prev   
Text File  |  1989-11-28  |  3KB  |  53 lines

  1. ╔═══════════╗══════════════════════════════════════════════════════╔══════════
  2. ║ Brainware ║═══════════════════ The BASIC Quiz ═══════════════════║
  3. ╚═══════════╝══════════════════════════════════════════════════════╚══════════
  4. by
  5. Scott Miller
  6.  
  7.    Beginners' All-purpose Symbolic Instruction Code -- known better by its
  8. acronym BASIC -- was devised back in the 1960s for use on the Dartmouth time-
  9. sharing system by students.  It rapidly became a popular language for
  10. educational computing on mainframes; and, when microcomputers came along in the
  11. mid 1970's, BASIC was the language included with just about all computers (or
  12. at least those which were more advanced than the early hobbyist kits where the
  13. owners would toggle in programs in binary using switches on the front panel).
  14.  
  15.    Since then, BASIC has been attacked mercilessly by programming purists for
  16. what they consider its encouragement of non-structured, messy programming style.
  17. Pascal is generally preferred for educational use -- though, as a compiled
  18. language, it doesn't have the "instant gratification" of interpreted BASIC,
  19. which lets you type in a command and see it executed right away.  There are
  20. others who are advocates of COMAL, a language with Pascal-like syntax but BASIC-
  21. like immediacy; this language is standard in the schools in some European
  22. countries, but has never caught on in the United States.
  23.  
  24.    But, like it or not, BASIC is still the most widely-available language for
  25. micros; and it is the language most novices who wish to begin programming their
  26. PC's must learn.  BASIC compilers, such as Microsoft QuickBASIC, bring BASIC
  27. into the realm of professional programming -- although at the cost of
  28. sacrificing the immediacy of the BASIC interpreter.  (ZBASIC combines some
  29. elements of both; the immediacy of an interpreter and the speed of a compiler.)
  30.  
  31.    This quiz tests your knowledge of BASIC.  In particular, it centers on BASICA
  32. (or GW-BASIC), the form of BASIC used on IBM PC's and compatibles.  This is a
  33. Microsoft BASIC, the descendant of the original Altair BASIC that gave Bill
  34. Gates his start in the software field in 1975, when he was still a college
  35. student.  The first Microsoft BASIC spawned later versions for: CP/M; the Apple
  36. II (Applesoft); the Commodore Pet, 64, and 128; and the Macintosh.  However, the
  37. IBM-and-clone version proved the most popular, riding on the coattails of
  38. another successful Microsoft product, MS-DOS.
  39.  
  40.    Try BASIC Quiz to see if you're a PC BASIC wizard, or if you can stand to
  41. learn a few things from more grizzled "hackers."
  42.  
  43.    To run this program outside Big Blue Disk, type:  BASQUIZ.
  44.  
  45. DISK FILES THIS PROGRAM USES:
  46. BASQUIZ.COM
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.